home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / BRODIE / FILEX_0 / !Filex / h / filex < prev    next >
Text File  |  1995-05-09  |  407b  |  17 lines

  1. /* filex.h */
  2.  
  3. /* These are the filetypes that should be altered if you want to change the
  4.  * filetypes which are used by my program.  The file icon strings are the
  5.  * icons to use.  Note the leading 's' , since it is actually a validation
  6.  * string for an icon.
  7.  */
  8.  
  9.  
  10. /* Declares all the procedures and functions from wimpif.h */
  11.  
  12. /* Menu items */
  13. #define bar_menu_info     1
  14. #define bar_menu_quit     2
  15.  
  16.  
  17.